_MPAllocateSys
Use MPAllocateAligned instead.
_MPDebugStr
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
_MPInitializePrintf
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
_MPIsFullyInitialized
_MPLibraryIsCompatible
_MPLibraryVersion
_MPPrintf
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
_MPRPC
_MPStatusCString
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
_MPStatusPString
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
_MPTaskIsToolboxSafe
You should query MPTaskIsPreemptive instead (where a false result indicates a nonreentrant cooperative task)
MPAllocate
Use MPAllocateAligned instead.
MPAllocateAligned
MPAllocateTaskStorageIndex
MPArmTimer
MPBlockClear
MPBlockCopy
MPCancelTimer
MPCreateCriticalRegion
MPCreateEvent
MPCreateQueue
MPCreateSemaphore
MPCreateTask
MPCreateTimer
MPCurrentTaskID
MPDataToCode
MPDeallocateTaskStorageIndex
MPDelayUntil
MPDeleteCriticalRegion
MPDeleteEvent
MPDeleteQueue
MPDeleteSemaphore
MPDeleteTimer
MPDisposeTaskException
MPEnterCriticalRegion
MPExit
MPExitCriticalRegion
MPExtractTaskState
MPFree
MPGetAllocatedBlockSize
MPGetTaskStorageValue
MPIsFullyInitializedProc
MPNotifyQueue
MPPrintfHandler
You should register a debugger using MPRegisterDebugger instead of calling these debugging functions.
MPProcessors
MPProcessorsScheduled
MPRegisterDebugger
MPRemoteCall
MPRemoteProcedure
MPRPC
Use MPRemoteCall instead.
MPSetEvent
MPSetExceptionHandler
MPSetQueueReserve
MPSetTaskState
MPSetTaskStorageValue
MPSetTaskWeight
MPSetTaskWeight will set task priorities on Mac OS X.
MPSetTimerNotify
MPSignalSemaphore
MPTaskIsPreemptive
MPTaskIsToolboxSafe
You should query MPTaskIsPreemptive instead (where a false result indicates a nonreentrant cooperative task)
MPTerminateTask
MPThrowException
MPUnregisterDebugger
MPWaitForEvent
MPWaitOnQueue
MPWaitOnSemaphore
MPYield
TaskProc